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