1 // { dg-options -w } 2 3 // Copyright (C) 2001 Free Software Foundation, Inc. 4 // Contributed by Nathan Sidwell 20 Nov 2001 <nathan@codesourcery.com> 5 // Split into pieces for binary compatibility testing October 2002 6 7 // Origin stefan@space.twc.de 8 // Bug 3145 case 22. Horribly complicated class hierarchy 9 10 extern void vbase8_22_x (void); 11 12 int main()13main () 14 { 15 vbase8_22_x (); 16 } 17