Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20011130-1.c
blob55d4af482f2d87cec01a71f73e74d45fdd422e20
1 struct S { int i; };
2 extern struct S x[];
3 char *bar (const struct S *);
4 void foo (void)
6 bar (x);