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