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