1 /* { dg-require-effective-target indirect_jumps } */
2 
jump()3 int jump () { goto * (int (*) ()) 0xbabebec0; }
4 
5