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