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