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