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