Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / incomplete-1.c
blob773643b3f5083016dbca7b7eeea1cd9a6be7f45a
1 struct a
3 struct b t; /* { dg-error "has incomplete type" } */
4 };