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