summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/i-c-e2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/i-c-e2.c')
-rw-r--r--clang/test/Sema/i-c-e2.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/clang/test/Sema/i-c-e2.c b/clang/test/Sema/i-c-e2.c
deleted file mode 100644
index 587fcabbfbf..00000000000
--- a/clang/test/Sema/i-c-e2.c
+++ /dev/null
@@ -1,22 +0,0 @@
-// RUN: clang %s -fsyntax-only -fpascal-strings
-
-char array[1024/(sizeof (long))];
-
-int x['\xBb' == (char) 187 ? 1: -1];
-
-// PR1992
-void func(int x)
-{
- switch (x) {
- case sizeof("abc"): break;
- case sizeof("loooong"): func(4);
- case sizeof("\ploooong"): func(4);
- }
-}
-
-
-// rdar://4213768
-int expr;
-char y[__builtin_constant_p(expr) ? -1 : 1];
-char z[__builtin_constant_p(4) ? 1 : -1];
-
OpenPOWER on IntegriCloud