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