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