ref: 1265f41334e895d9b52e80918a57c19c86d6e66d dir: /test/postinc-ret.myr/
use std const main = { std.put("{}\n", f()) } const a = [1,2,3][:] const f = { var i = 0 -> a[i++] }