cast2.C   [plain text]


void (*p)();

void f() {
  (void *)p; // { dg-error "" }
}