summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2008-05-19 20:17:34 +0000
committerEli Friedman <eli.friedman@gmail.com>2008-05-19 20:17:34 +0000
commit541268086ac59615886075e7c68e37335b23d0dc (patch)
treee24cf1098843a8acd061117315ca6e7c4f6dcf72 /clang/test
parent14dd4ffd0619fa73b8bb1375ac4d8254d3be51de (diff)
downloadbcm5719-llvm-541268086ac59615886075e7c68e37335b23d0dc.tar.gz
bcm5719-llvm-541268086ac59615886075e7c68e37335b23d0dc.zip
Remove illegal test.
llvm-svn: 51267
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/CodeGen/compound-literal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/compound-literal.c b/clang/test/CodeGen/compound-literal.c
index bc185b24dcb..a99ffe81704 100644
--- a/clang/test/CodeGen/compound-literal.c
+++ b/clang/test/CodeGen/compound-literal.c
@@ -9,5 +9,4 @@ int xxx() {
int* a = &(int){1};
struct s {int a, b, c;} * b = &(struct s) {1, 2, 3};
_Complex double * x = &(_Complex double){1.0f};
-_Complex double * y = &(_Complex double){};
}
OpenPOWER on IntegriCloud