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