2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / filter2_main.C
blob866199c6b30fa8d695e8f7e770554563e2829951
1 // Test that terminate gets run when a catch filter fails to match while
2 // running destructors.  Original bug depended on a::~a being inlined.
4 // Split into pieces for binary compatibility testing October 2002
6 extern void filter2_x (void);
8 int
9 main ()
11   filter2_x ();