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