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