blob: 9ad100f3e6e3c6fc58d34f7c50ada9633704e7c3 [file] [log] [blame]
sewardjcbdddcf2005-03-10 23:23:45 +00001#include <stdio.h>
2#include "valgrind.h"
3
4int main()
5{
6 printf("RUNNING_ON_VALGRIND=%d\n", RUNNING_ON_VALGRIND);
7 return 0;
8}