aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/compat/eh/filter1_main.C
blob: 2a8fca42c31ff497b0ac35d1327f420c43014b64 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Test that cleanups get run when a catch filter fails to match.

// Split into pieces for binary compatibility testing October 2002

extern void filter1_x (void);

int
main ()
{
  filter1_x ();
}