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