OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr27382-2.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 void foo()
4 {
5     L:
6     &&L != 0;
7 }
8