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