]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/macro4.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / macro4.c
diff --git a/gcc/testsuite/gcc.dg/cpp/macro4.c b/gcc/testsuite/gcc.dg/cpp/macro4.c
deleted file mode 100644 (file)
index ceaf8dd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-
-/* Test source Neil Booth.  */
-
-#define glue(x, y) x ## y
-#define xglue(x, y) glue (x, y)
-
-/* Should expand to glue (1, 2), then 12.  */
-#if glue (xgl, ue) (1, 2) != 12
-#error glue macro
-#endif