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