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