bitfield7.h   [plain text]


union U {
  int i: 4096;
};