Arrays of bit-fields, pointers to bit-fields and functions returning bit-fields are not allowed.
The address operator (&) cannot be applied to bit-field members.
The data type of a bit-field must be wide enough to contain the size of the field.
The sizeof() operator cannot be applied to a b...