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