blob: 0f2bc2ed0bf6855e8674a7cc39228fa9c24679cd [file] [log] [blame]
njna5ad9ba2005-11-10 15:20:37 +00001
2// Prior to 3.0.1, Cachegrind was failing if run on a program that uses
3// client requests. It was fixed in 3.0.1, but then reintroduced
4// afterwards (reported as bug #116057). So here we test it.
5
6#include "../../include/valgrind.h"
7
8int main(void)
9{
10 return RUNNING_ON_VALGRIND;
11}