blob: ee4cad8e50d4d381ba2904596e63d41371daaf3d [file] [log] [blame]
// PR c++/5757
// Test that when a constructor throws in a new-expression, we pass the
// right pointer to operator delete.
// Split into pieces for binary compatibility testing October 2002
extern void new1_x (void);
int
main ()
{
new1_x ();
}