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