xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/incomplete-1.c (revision 2b0358df1d88d06ef4139321dd05bd5e05d91eaf)
1 struct a
2 {
3   struct b t;	/* { dg-error "has incomplete type" } */
4 };
5