1 2 3 4 5 6 7 8 9
struct HasBigBitfield { __int128 x : 128; }; struct HasTwoBigBitfields { __int128 x : 80; __int128 y : 48; };