Remove illegal test.

llvm-svn: 51267
This commit is contained in:
Eli Friedman 2008-05-19 20:17:34 +00:00
parent 14dd4ffd06
commit 541268086a
1 changed files with 0 additions and 1 deletions

View File

@ -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){};
}