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