blob: 1ccda2b4804bc9ba64ec3bd3129a5a9a024a6320 [file] [log] [blame]
void (*p)();
void f() {
(void *)p; // { dg-warning "forbids cast" }
}