ref: 731dd8851a19c11f91d01bdc8c469c77d653a4ea 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++] }