Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
compat
/
eh
/
new1_main.C
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
();
}