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