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