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