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