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) ();
}