ref: 66a472dc689c3a7b2b8f077fdf01c0dc2fdc1f7d 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++] }