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