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