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