Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git] / memcheck / tests / manuel1.c
blobf2030e4b7fe636dc4459344bd272a415e82ad342
1 #include <stdio.h>
3 int main ()
5 int x;
7 printf ("x = %d\n", x==0xCAFEBABE ? 99 : 88);
9 return 0;