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