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