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