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