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