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