modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/20011130-1.c (about)

     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  }