(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
dump-ada-spec-14.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fdump-ada-spec" } */
       3  
       4  struct __attribute__((packed)) S /* { dg-warning "packed layout" } */
       5  {
       6    char c;
       7    int  t;
       8  };
       9  
      10  /* { dg-final { cleanup-ada-spec } } */