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