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