Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
incomplete-1.c
1
struct
a
2
{
3
struct
b t
;
/*
{ dg-error "has incomplete type" }
*/
4
}
;