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