blob: 0ba1179886cd9d1dc358362183aec55ddb6a4bfa [file] [log] [blame]
int regex_subst(void)
{
const void *subst = "";
return (*(int (*)(int))subst) (0);
}
int foobar (void)
{
int x;
return (*(int (*)(void))&x) ();
}