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