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

     1  /* { dg-require-effective-target indirect_jumps } */
     2  
     3  int fs_exec(int ino)
     4  {
     5   void *src = 0;
     6   if (ino)
     7     src = (void*)0xe000;
     8   goto *src;
     9  }