// RUN: %clang_cc1 -fsyntax-only -verify %s
;
C c;
void ;
;
void
; // expected-note {{previous use is here}}
; // expected-error {{use of 'D' with tag type that does not match previous declaration}}
;
;
void
void ;
void
extern int B;
;
;
int B;
;
E e1;
void ;
void
enum E e2;
;