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