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