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