2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20011130-1.c
blob82ff042cee648ee8ea4731a38de7cccc68aaf999
1 extern struct S x[];
2 struct S { int i; };
3 char *bar (const struct S *);
4 void foo (void)
6 bar (x);