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