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