add comment

From-SVN: r73678
This commit is contained in:
Jason Merrill 2003-11-17 14:41:00 -05:00
parent a61116616e
commit 73eeb3d450

View File

@ -1,3 +1,6 @@
// Bug: We were calling f() twice, for both the placement new and placement
// delete calls.
// { dg-do run }
void* operator new (unsigned int sz, void*) { return operator new (sz); }