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