2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / abi / vbase8-21_main.C
blob16a0a3cd3c7933c11d1ac322663911241e2ef36c
1 // { dg-options -w }
3 // Copyright (C) 2001 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 26 Jul 2001 <nathan@codesourcery.com>
5 // Split into pieces for binary compatibility testing October 2002
7 // Origin stefan@space.twc.de
8 // Bug 3145 case 10. Horribly complicated class hierarchy
10 extern void vbase8_21_x (void);
12 int
13 main ()
15   vbase8_21_x ();