2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / unexpected1_main.C
blob1658db77e322aaa2c0ef260a57fd7bce8da6ff4f
1 // PR 3719
2 // Test that an unexpected handler can rethrow to categorize.
4 // Split into pieces for binary compatibility testing October 2002
6 extern void unexpected1_x ();
8 int
9 main ()
11   unexpected1_x ();