It is not uncommon when C structures defined with bitfields ```c struct { unsigned int a : 2; unsigned int b : 4; } some; ```