Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
920831-1.c
blob: c990e087bb31a588b3c0127904affa68eaa327f6 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target indirect_jumps } */
/* { dg-additional-options "-std=gnu89" } */
f
(
x
){
goto
*(
void
*)
x
;}