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