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