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