blob: 514d63f977f9b2ffcd75bdba2e11be51c158a625 [file] [log] [blame]
#pragma pack(1)
struct{unsigned short f1:5;unsigned short f2:6;}x;
f(){x.f2=1;}