ref: 3b9796f80b335ea4c2f152988715e6069effdc88 dir: /test/incret.myr/
use std var i = 0 const f = { -> i++ } const main = { f() std.exit(i) }