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