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