testsuite: Adjust switch-exp-transform-3.c for 32bit
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / spec3_main.C
blob8255fc19eebfaaaf0391dd645866d08fabc59ebc
1 // PR c++/4381
2 // Test that exception-specs work properly for classes with virtual bases.
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 spec3_x (void);
10 int
11 main ()
13   spec3_x ();