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