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