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