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