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