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