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