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