[WARNING]
Some of the Back Ends allow bitfield structure members of any integral type.
struct bitfields {
unsigned short j:4; // warning
};
If you want portable code, use an integer-type for bitfields.