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