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