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