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