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