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