// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
; // expected-note 2 {{forward declaration of 'struct s'}}
struct s*
void
void *
;
struct vari *
int foo; // expected-error {{'foo' declared as array of functions}}
int foo2; // expected-error {{'foo2' declared as array of functions}}
typedef int ;
pfunc
void
static int I;
typedef int TA; // expected-error {{variable length array declaration not allowed at file scope}}
void ; // expected-note{{passing argument to parameter here}}
const char staticAry = "test";
void