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