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