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