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