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