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