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