2 // Test that when a constructor throws in a new-expression, we pass the
3 // right pointer to operator delete.
5 // Split into pieces for binary compatibility testing October 2002
7 // Explicit { dg-require-effective-target exceptions_enabled } so that dependent tests don't turn UNRESOLVED for '-fno-exceptions'.
9 extern void new1_x (void);