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