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