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