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