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