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