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