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