FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / compat / break / vbase10_main.C
bloba082b5dbf3eb073309bccd9e3f96b6aa9d5eb4b5
1 // The offset of virtual base `B' is not ABI-compliant and may change in
2 // a future version of GCC.
3 // g++.dg/abi/vbase10.C tests this with -Wabi.
4 // Split into pieces for binary compatibility testing October 2002
6 #include "vbase10.h"
8 extern void vbase10_x (void);
10 int
11 main ()
13   vbase10_x ();