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