// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
int x ; // expected-error {{requested alignment is not a power of 2}}
int y ; // expected-error {{requested alignment must be 4294967296 bytes or smaller}}
int y ;
// PR26444
int y ;
int y ;
// PR3254
short g0 ;
short g0_chk;
// <rdar://problem/6840045>
typedef char ueber_aligned_char ;
;
char a = 0;
char a0 = ;
char a1 = ;
char a2 = ;
char a3 = ;
typedef long long underaligned_longlong;
char a4 = ;
typedef long long underaligned_complex_longlong;
char a5 = ;
// rdar://problem/8335865
int b ;
char b1 = ;
c;
char c1 = ;
char c2 = ;
d;
char d1 = ;
char d2 = ;
;
struct E e;
char e1 = ;
char e2 = ;
typedef char overaligned_char ;
typedef overaligned_char array_with_overaligned_char;
typedef char array_with_align_attr ;
char f0 = ;
char f1 = ;
array_with_overaligned_char F2;
char f2 = ;
array_with_align_attr F3;
char f3 = ;