Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920826-1.c
blob: 28c7af3ab8355ab37f98814da829f66bd8b24549 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target indirect_jumps } */
void
f
(
int
*
x
){
goto
*(
void
*)(
__INTPTR_TYPE__
)(
char
)*
x
;}