// RUN: %clang_cc1 -fsyntax-only -verify %s
;
void
;
;
static ;
void
void
// <rdar://problem/6483159>
;
// <rdar://problem/6481130>
typedef struct ; // expected-warning{{typedef requires a name}}
// PR3675
;
// PR3680
; // expected-warning{{declaration does not declare anything}}
; // expected-error{{expected member name or ';' after declaration specifiers}}
// Make sure we don't a.k.a. anonymous structs.
typedef struct a_struct;
int tmp = ; // expected-error {{initializing 'int' with an expression of incompatible type 'a_struct'}}
// This example comes out of the C11 standard; make sure we don't accidentally reject it.
;
// PR20930
;
void