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