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