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