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