[ERROR
The bitfield's size is greater than the size of the base type.
typedef struct bf
{
unsigned int : 22;
//Error: the bit field size should be lower or equal than 16
}bf;