FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 921019-1.c
blob227bdc276fa97cc214691394d4153e4a32cc91c9
1 struct
3 int n:1,c:1;
4 }p;
6 f()
8 p.c=p.n=0;