OSDN Git Service

* c-decl.c (grokfield): Allow typedefs for anonymous structs and
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / incomplete-1.c
1 struct a
2 {
3   struct b t;   /* { dg-error "has incomplete type" } */
4 };