ref: 4a30425e39b5126c8950b933ea8df08164125e9b 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++] }