First version committed to git
[zpugcc/jano.git] / toolchain / gcc / gcc / testsuite / g++.dg / compat / abi / vbase8-10_main.C
blob606c0fe2f93e34003e52f9fb54406addb2bcdbd0
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_10_x (void);
12 int
13 main ()
15   vbase8_10_x ();