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