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