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