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