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