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