OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 920825-1.c
1 #pragma pack(1)
2 struct{unsigned short f1:5;unsigned short f2:6;}x;
3 f(){x.f2=1;}