Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920831-1.c
1
/*
{ dg-require-effective-target indirect_jumps }
*/
2
3
f
(
x
)
{
goto
*
(
void
*
)
x
;
}