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