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