blob: 5d06e5da519e381fda4fcff0dead74adf590f3d5 [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm -o - %s
// PR2643
void foo(void) {
struct {
int a : 1;
int b : 1;
} entry = {0};
}