1 2 3 4 5 6 7 8
/* { dg-require-effective-target indirect_calls } */ unsigned long x[4]; void foo(void) { ((void (*)())(x+2))(); }