]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/19940712-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / 19940712-1.c
diff --git a/gcc/testsuite/gcc.dg/cpp/19940712-1.c b/gcc/testsuite/gcc.dg/cpp/19940712-1.c
deleted file mode 100644 (file)
index 5b4ac8b..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* { dg-do preprocess } */
-/* PR 4713 */
-
-/* dg.exp doesn't read the header files for magic comments. */
-/* { dg-error "unterminated comment" "" { target *-*-* } 4 } */
-/* { dg-error "unterminated comment" "" { target *-*-* } 8 } */
-
-#include "19940712-1.h"          /* { dg-error "" }  // In file included from: */
-#include "19940712-1a.h"  /* { dg-error "" }  // In file included from: */
-#include "19940712-1b.h"
-
-/* comment start in comment error
-/* in a .c file */
-
-int main ()
-{
-    return 0;
-}
-