(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr71685.c
       1  /* PR c/71685 */
       2  /* { dg-do compile } */
       3  /* { dg-options "-std=gnu11" } */
       4  
       5  extern struct S v, s;
       6  struct S { int t; int p[]; } v = { 4, 0 };