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