// RUN: %clang_cc1 -verify %s
// expected-no-diagnostics
// A prvalue for an integral bit-field can be converted to a prvalue of type
// int if int can represent all the values of the bit-field
;
static_assert;
static_assert;
static_assert;
;
static_assert;
// If the bit-field has an enumerated type, it is treated as any other value of
// that [enumerated] type for promotion purposes.
;
static_assert;
static_assert;
static_assert;