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