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