blob: 0b51954f84f01c19acd467ba0b0681bf1a17c369 [file] [log] [blame]
struct X {
int a:32;
int b;
int c:16;
int d;
};
struct X x;