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