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