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