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