]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/mi3.h
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / mi3.h
diff --git a/gcc/testsuite/gcc.dg/cpp/mi3.h b/gcc/testsuite/gcc.dg/cpp/mi3.h
deleted file mode 100644 (file)
index 8774fcf..0000000
+++ /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