blob: 7a290c76fe3df71c3ea330bb6c7acf5495d533d1 [file] [log] [blame]
// Similar to Cachegrind, check if instrumentation works in the presence
// of a client request. Uses a Callgrind request to check this.
#include "../callgrind.h"
int main(void)
{
CALLGRIND_ZERO_STATS;
return RUNNING_ON_VALGRIND;
}