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