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