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