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