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