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