Oops, accidentally commited the wrong version of the test (original

commit r61160).

llvm-svn: 61162
This commit is contained in:
Eli Friedman 2008-12-17 22:22:03 +00:00
parent 4496c0ff86
commit 46f8c1290a
1 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ int test6248081() {
}
struct forward;
void x(struct forward* x) {switch(x->a) {}}
void x(struct forward* x) {switch(x->a) {}} // expected-error {{incomplete definition of type}}