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