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