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