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