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