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