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