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