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