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