Duh.
From-SVN: r47672
This commit is contained in:
parent
f79349c75c
commit
a3315b5399
7
gcc/testsuite/gcc.c-torture/compile/20011130-1.c
Normal file
7
gcc/testsuite/gcc.c-torture/compile/20011130-1.c
Normal file
@ -0,0 +1,7 @@
|
||||
extern struct S x[];
|
||||
struct S { int i; };
|
||||
char *bar (const struct S *);
|
||||
void foo (void)
|
||||
{
|
||||
bar (x);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user