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