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