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

struct X x;
