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