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