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