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