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