struct X {
  int a:32;
  int b;
  int c:16;
  int d;
};

struct X x;
