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