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