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