1 /* PR c++/35317 */
2 /* { dg-do compile } */
3 
4 struct A
5 {
6   void operator delete[] (void*, ...);
7 };
8