blob: 22461a0521fdbc7f799cd4c810d58eb02ac0b594 [file] [log] [blame]
/* { dg-require-effective-target indirect_calls } */
unsigned long x[4];
void foo(void)
{
((void (*)())(x+2))();
}