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