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