aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/20010107-1.c
blob: 22461a0521fdbc7f799cd4c810d58eb02ac0b594 (plain)
1
2
3
4
5
6
7
8
/* { dg-require-effective-target indirect_calls } */

unsigned long x[4];

void foo(void)
{
  ((void (*)())(x+2))();
}