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