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