Bug 480126 - Build failure on Raspberry Pi 5 / OS 6.1.0-rpi7-rpi-v8
[valgrind.git] / memcheck / tests / supp.c
blobfe1200e3f77b30df14dbfd81d3d0c1bb195b4072
1 #include <stdlib.h>
3 int
4 main ()
6 volatile int x; /* make sure it isn't in a register */
8 if (x == 0)
9 return 0;
10 else
11 return 1;