aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20070906-1.c
blob: bec983f24ced50babc0f2a007e06c68ed9c451cf (plain)
1
2
3
4
5
6
7
8
struct Bar {
  int i[8];
};
struct Bar foo(struct Bar **p)
{
  return foo((struct Bar**)*p);
}