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