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