mc_translate.c: enable further uses of DLexpensive for scalar EQ/NE comparisons
[valgrind.git] / none / tests / ansi.c
blob08c7010c0ba604169d77d6470e8717d9175a9c3e
1 /* It's possible that people #include valgrind.h in files compiled with
2 * -ansi. So valgrind.h shouldn't contain any code that won't pass -ansi,
3 * such as C++ style "//" comments. This test ensures that. So the test is
4 * really that it compiles ok, rather than it runs ok. From bug report
5 * #103182. */
7 #include "valgrind.h"
8 #include "../../memcheck/memcheck.h"
9 #include "../../helgrind/helgrind.h"
10 #include "../../callgrind/callgrind.h"
11 #include "../../drd/drd.h"
13 int main(void)
15 return 0;