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