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