(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr72816.c
       1  /* PR c/72816 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=gnu11" } */
       4  
       5  typedef const int A[];
       6  struct S {
       7    int a;
       8    A b;
       9  };