// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify %s
// RUN: %clang_cc1 -triple x86_64-unknown-windows-msvc -fsyntax-only -verify %s
// In C++, the bitfield promotion from long to int does not occur, unlike C.
// expected-no-diagnostics
int ;
bf;
void