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