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