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