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