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