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