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