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