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