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