modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr58164.c (about)

     1  /* PR tree-optimization/58164 */
     2  /* { dg-require-effective-target indirect_jumps } */
     3  
     4  int
     5  foo (void)
     6  {
     7    int x = 0;
     8    goto *&x;
     9  }