steve's recent changes fixed this bogus warning.

llvm-svn: 41432
This commit is contained in:
Chris Lattner 2007-08-26 06:48:28 +00:00
parent 1a76a3c970
commit e026ebd6fe
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
struct s;
struct s* t (struct s z[]) { // expected-error {{array has incomplete element type}}
return z; // expected-warning {{incompatible pointer type returning}}
return z;
}
void *k (void l[2]) { // expected-error {{array has incomplete element type}}