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