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