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