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