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