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