#include #include "valgrind.h" int main() { printf("RUNNING_ON_VALGRIND=%d\n", RUNNING_ON_VALGRIND); return 0; }