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