blob: fbc2a2ccca44c8ec1e4e085906b1995c19b2bc5e [file] [log] [blame]
void (*p)();
void f() {
(void *)p; // { dg-error "" }
}