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