aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi3.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi3.h')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi3.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi3.h b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi3.h
deleted file mode 100644
index 8774fcf48..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/mi3.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Another test case for over-eager multiple include optimization. */
-
-#ifndef GUARD
-#define GUARD
-#elif 1 /* #elif kills optimisation */
-int c;
-#endif