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