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