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