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