blob: 9ad100f3e6e3c6fc58d34f7c50ada9633704e7c3 [file] [log] [blame]
#include <stdio.h>
#include "valgrind.h"
int main()
{
printf("RUNNING_ON_VALGRIND=%d\n", RUNNING_ON_VALGRIND);
return 0;
}