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