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