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