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