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