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