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