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