blob: 2202d60a6f2aa0c81725dcb14317b845ead23035 [file] [log] [blame]
// PR c++/63619
int main() {
void* p;
delete p; // { dg-warning "undefined" }
}