Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr37433-1.c
blob: 48a57b637d7ef378278659fc0c0321abcc8659cc [
file
] [
log
] [
blame
]
/* { dg-require-effective-target indirect_calls } */
void
regex_subst
(
void
)
{
const
void
*
subst
=
""
;
(*(
void
(*)(
int
))
subst
)
(
0
);
}
void
foobar
(
void
)
{
int
x
;
(*(
void
(*)(
void
))&
x
)
();
}