bitfield10.C   [plain text]


// { dg-options "-w" }

struct S {
  int i : 64;
};