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