aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/991213-3.c
blob: bda7490abb7a948184151e7e8ccdf50278c24636 (plain)
1
2
3
4
/* { dg-require-effective-target indirect_jumps } */

int jump () { goto * (int (*) ()) 0xbabebec0; }