1 2 3 4 5 6 7 8 9 10
// PR c++/32251 struct A { A(); void operator delete(void *, ...); }; void foo () { new A; // { dg-warning "deallocation" } }