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