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