summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/tentative-array.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/tentative-array.c')
-rw-r--r--clang/test/CodeGen/tentative-array.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/CodeGen/tentative-array.c b/clang/test/CodeGen/tentative-array.c
deleted file mode 100644
index 6879d0f07d7..00000000000
--- a/clang/test/CodeGen/tentative-array.c
+++ /dev/null
@@ -1,4 +0,0 @@
-// RUN: clang-cc -emit-llvm < %s -triple=i686-apple-darwin9 | grep "global \[1 x i32\]"
-
-int r[];
-int (*a)[] = &r;
OpenPOWER on IntegriCloud