blob: 3f0e919b2eab863e6fcc3f6dc73c03a45c60c50d [file] [log] [blame]
// PR c++/4381
// Test that exception-specs work properly for classes with virtual bases.
// Split into pieces for binary compatibility testing October 2002
extern void spec3_x (void);
int
main ()
{
spec3_x ();
}