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