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