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

f(int*x){goto*(void*)(__INTPTR_TYPE__)(char)*x;}