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