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