2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / abi / vbase8-22_main.C
blob6455a2efcb9b8fa886f91800310d3524957ef6d5
1 // { dg-options -w }
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
7 // Origin stefan@space.twc.de
8 // Bug 3145 case 22. Horribly complicated class hierarchy
10 extern void vbase8_22_x (void);
12 int
13 main ()
15   vbase8_22_x ();