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