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