diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/mi3.def')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/mi3.def | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/mi3.def b/gcc/testsuite/gcc.dg/cpp/mi3.def new file mode 100644 index 000000000..375d9c7fe --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/mi3.def @@ -0,0 +1,10 @@ +/* Another test case for over-eager multiple include optimization. + This one distilled from glibc's setlocale.c and categories.def. + The #ifdef block doesn't cover the entire file, so it must not be + taken for a reinclude guard. */ + +#ifndef NO_POSTLOAD +#define NO_POSTLOAD NULL +#endif + +int X; |