(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20010107-1.c
       1  /* { dg-require-effective-target indirect_calls } */
       2  
       3  unsigned long x[4];
       4  
       5  void foo(void)
       6  {
       7    ((void (*)())(x+2))();
       8  }