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