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