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