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