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