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