aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/trad/mi3.def
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/trad/mi3.def')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/trad/mi3.def10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/trad/mi3.def b/gcc/testsuite/gcc.dg/cpp/trad/mi3.def
deleted file mode 100644
index 375d9c7fe34..00000000000
--- a/gcc/testsuite/gcc.dg/cpp/trad/mi3.def
+++ /dev/null
@@ -1,10 +0,0 @@
-/* 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;