Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / delete1.C
blobb170b2db61c31cefb0453c3b5a800839699d7cfd
1 // { dg-do assemble  }
2 #include <stddef.h>
3 struct A {
4   virtual void operator delete (void *); // { dg-error "" } virtual delete
5   virtual void * operator new (size_t);  // { dg-error "" } virtual new
6 };