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