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