OSDN Git Service

Fix misapplied patch.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20070906-1.c
1 struct Bar {
2   int i[8];
3 };
4 struct Bar foo(struct Bar **p)
5 {
6   return foo((struct Bar**)*p);
7 }
8