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