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