2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / new1_main.C
blobee4cad8e50d4d381ba2904596e63d41371daaf3d
1 // PR c++/5757
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 extern void new1_x (void);
9 int
10 main ()
12   new1_x ();