On 11/8/18 5:33 PM, Alex Bennée wrote:
> @@ -16,6 +16,7 @@ def report(cond, msg):
> print ("PASS: %s" % (msg))
> else:
> print ("FAIL: %s" % (msg))
> + global failcount
> failcount += 1Do we usually prefer such declarations at the start of the function? Anyway, Reviewed-by: Richard Henderson <[email protected]> r~
