modernc.org/cc@v1.0.1/testdata/gcc-6.3.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 }