1 // RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
5 // This is an example where size of Packed struct is smaller then
6 // the size of bit field type.
7 #define P __attribute__((packed))
13 unsigned long long X
:50;
17 struct M_Packed sM_Packed
;
19 int testM_Packed (void) {
24 int testM_Packed2 (void) {