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