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