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