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