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