Details | Compare with Previous | View Log
void (*p)();
void f() {
(void *)p; // { dg-warning "forbids cast" }
}