(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
struct-incompl-1.c
       1  /* PR c/26818 */
       2  /* { dg-do compile } */
       3  
       4  struct __attribute__ ((packed)) A
       5  {
       6    struct B b; /* { dg-error "incomplete" } */
       7  };