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