]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/20000628-1a.h
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / 20000628-1a.h
diff --git a/gcc/testsuite/gcc.dg/cpp/20000628-1a.h b/gcc/testsuite/gcc.dg/cpp/20000628-1a.h
deleted file mode 100644 (file)
index 0fdc46d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Included from 20000628-1.h.  This header is supposed to be seen
-   exactly three times.  */
-
-#if !defined A
-#define A
-int a;
-#elif !defined B
-#define B
-int b;
-#elif !defined C
-#define C
-int c;
-#else
-#error Included a fourth time
-#endif