testsuite: Adjust switch-exp-transform-3.c for 32bit
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / unexpected1_main.C
blob99e667dedf945a57dcdfce84c4d19e1cd532c7af
1 // PR 3719
2 // Test that an unexpected handler can rethrow to categorize.
4 // Split into pieces for binary compatibility testing October 2002
6 // Explicit { dg-require-effective-target exceptions_enabled } so that dependent tests don't turn UNRESOLVED for '-fno-exceptions'.
8 extern void unexpected1_x ();
10 int
11 main ()
13   unexpected1_x ();