920825-1.c   [plain text]


#pragma pack(1)
struct{unsigned short f1:5;unsigned short f2:6;}x;
f(){x.f2=1;}