Merge -r 127928:132243 from trunk
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20070906-1.c
blobbec983f24ced50babc0f2a007e06c68ed9c451cf
1 struct Bar {
2 int i[8];
3 };
4 struct Bar foo(struct Bar **p)
6 return foo((struct Bar**)*p);