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