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