rt_gccstream/gcc/testsuite/gcc.dg/struct-incompl-1.c

8 lines
127 B
C

/* PR c/26818 */
/* { dg-do compile } */
struct __attribute__ ((packed)) A
{
struct B b; /* { dg-error "incomplete" } */
};