// RUN: %clang_cc1 -Wno-pointer-to-int-cast -fsyntax-only -verify %s
typedef struct P PT;
;
void
extern int ;
;
int v1 = == 0 ? 0 : ;
;
int v2 = == 0 ? 0 : ;
;
int v3 = == 0 ? 0 : ;
// PR3396
;
int
// PR4079
;
int x;
// rdar://problem/7222956
; // expected-note 2 {{forward declaration of 'struct incomplete'}}
int test1; // expected-error {{offsetof of incomplete type 'struct incomplete'}}
int test2; // expected-error {{array has incomplete element type 'struct incomplete'}}
// Bitfields
;
int test3 = ; // expected-error{{cannot compute offset of bit-field 'j'}}
typedef struct Array Array;
int test4 = ;
int