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