!7 static int count; svoid _registerIO(O o, S path, bool opened) { printStructs("_registerIO", "class" := className(o), +path, +opened); count += opened ? 1 : -1; } p { print(firstLineFromFile(speechRecognitionLog())); assertEqualsVerbose(count, 0); }