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