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