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