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