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