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