]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/lexident.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / lexident.c
diff --git a/gcc/testsuite/gcc.dg/cpp/lexident.c b/gcc/testsuite/gcc.dg/cpp/lexident.c
deleted file mode 100644 (file)
index c914023..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-/* { dg-options "-trigraphs" } */
-
-/* Test lexing of identifiers.  */
-
-/* Escaped newlines, _ and $ in identifiers.  */
-#def\
-\
-ine foo_
-
-#d\
-ef??/
-in\
-e b\
-a$r
-
-#ifndef foo_
-#error foo_
-#endif
-
-#ifndef ba$r
-#error ba$r
-#endif