tweak
authorJason Merrill <jason@gcc.gnu.org>
Thu, 4 Dec 1997 09:16:21 +0000 (04:16 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 4 Dec 1997 09:16:21 +0000 (04:16 -0500)
From-SVN: r16936

gcc/testsuite/g++.old-deja/g++.jason/dtor5.C

index 245e057..8ad14ea 100644 (file)
@@ -1,7 +1,7 @@
 // PRMS Id: 5286
 // Bug: g++ forgets side-effects of object in call to nonexistent destructor.
 
-void * operator new (__SIZE_TYPE__ s, void * p) { return p; }
+#include <new>
 
 int r;