2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / eh / spec3_main.C
blob3f0e919b2eab863e6fcc3f6dc73c03a45c60c50d
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 extern void spec3_x (void);
8 int
9 main ()
11   spec3_x ();