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