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