]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/ident.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / ident.c
diff --git a/gcc/testsuite/gcc.dg/cpp/ident.c b/gcc/testsuite/gcc.dg/cpp/ident.c
deleted file mode 100644 (file)
index 3820f4b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Test #ident.  */
-/* { dg-do compile } */
-/* { dg-options "" } */ /* shut off -pedantic */
-
-#ident "this is an ident"
-
-int dummy(void) { return 12; }