hanchenye-llvm-project/clang/test/CodeGen/2008-07-22-bitfield-init-af...

12 lines
147 B
C
Raw Normal View History

// RUN: clang-cc --emit-llvm -o %t %s &&
// RUN: grep "i8 52" %t | count 1
struct et7 {
float lv7[0];
char mv7:6;
} yv7 = {
{},
52,
};