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