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