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