// RUN: %clang_cc1 %s -verify -fsyntax-only
void
void
// rdar://6097730
void
void
void
// None of these array bounds is an ICE due to the use of literals of
// non-integer type. But we can constant-fold all of them.
int i1; // expected-warning {{fold}}
int i2; // expected-warning {{fold}}
int i3; // expected-warning {{fold}}
int i4; // expected-warning {{fold}}
int i5; // expected-warning {{fold}}
int f1; // expected-warning {{fold}}
int f2; // expected-warning {{fold}}
int f3; // expected-warning {{fold}}
int f4; // expected-warning {{fold}}
int f5; // expected-warning {{fold}}