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