* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920825-1.c
blob514d63f977f9b2ffcd75bdba2e11be51c158a625
1 #pragma pack(1)
2 struct{unsigned short f1:5;unsigned short f2:6;}x;
3 f(){x.f2=1;}