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