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