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