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