hanchenye-llvm-project/clang/test/CodeGen/2007-04-11-PR1321.c

13 lines
279 B
C

// RUN: %clang_cc1 %s -emit-llvm -o /dev/null
struct X {
unsigned int e0 : 17;
unsigned int e1 : 17;
unsigned int e2 : 17;
unsigned int e3 : 17;
unsigned int e4 : 17;
unsigned int e5 : 17;
unsigned int e6 : 17;
unsigned int e7 : 17;
} __attribute__((packed)) x;