aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/eh/unexpected1_main.C
blob: 1658db77e322aaa2c0ef260a57fd7bce8da6ff4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// PR 3719
// Test that an unexpected handler can rethrow to categorize.

// Split into pieces for binary compatibility testing October 2002

extern void unexpected1_x ();

int
main ()
{
  unexpected1_x ();
}