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