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