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