blob: 2e34927929445d34589f2ab25cf278eb96ad7c5d [file] [log] [blame]
struct HasBigBitfield {
__int128 x : 128;
};
struct HasTwoBigBitfields {
__int128 x : 80;
__int128 y : 48;
};