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