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