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