(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20011130-1.c
       1  struct S { int i; };
       2  extern struct S x[];
       3  char *bar (const struct S *);
       4  void foo (void)
       5  {
       6    bar (x);
       7  }