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