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