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