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