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