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