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