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