aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/ucnid-3.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/ucnid-3.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/ucnid-3.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/ucnid-3.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/ucnid-3.c
deleted file mode 100644
index 6389b7ebf..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/ucnid-3.c
+++ /dev/null
@@ -1,7 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-std=c99 -fextended-identifiers" } */
-
-#define paste(x, y) x ## y
-
-int paste(\u00aa, \u0531) = 3;
-