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