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