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