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  }
       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  }