ref: dfa5608bf26c5c5ad6ffea8c18392479ae353ded dir: /test/livearraylit.myr/
use std const main = { var v v = [foo(), 42, 123] -> v[0] } const foo = { -> 21 }