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