2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / filter1_main.C
blob2a8fca42c31ff497b0ac35d1327f420c43014b64
1 // Test that cleanups get run when a catch filter fails to match.
3 // Split into pieces for binary compatibility testing October 2002
5 extern void filter1_x (void);
7 int
8 main ()
10   filter1_x ();