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