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