typedef unsigned char uchar;

typedef struct {
        unsigned apple:sizeof(uchar);
        unsigned pear:16;
} Somestruct;
