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