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