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