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