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