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