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