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