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