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