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