mc-manual.xml fix new/delete expresions -> expression
[valgrind.git] / none / tests / selfrun.c
blob9ad100f3e6e3c6fc58d34f7c50ada9633704e7c3
1 #include <stdio.h>
2 #include "valgrind.h"
4 int main()
6 printf("RUNNING_ON_VALGRIND=%d\n", RUNNING_ON_VALGRIND);
7 return 0;