* Makefile.in: Rebuilt.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 931031-1.c
blob9015f54f7bfa51cf3cae0f2a17680c604d21e4e6
1 struct s
3 int pad:1, no:1;
4 };
6 f (struct s *b, int c)
8 char d = b->no && c;