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