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