2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / break / vbase11_main.C
blob2ac59944992425dcdda87f8b13ce3ebb65b3d989
1 // Test case from PR 7470, which was fixed in GCC 3.2 and breaks binary
2 // compatibility with earlier releases.
3 // Split into pieces for binary compatibility testing October 2002
5 #include "vbase11.h"
7 extern void vbase11_x (void);
9 int
10 main ()
12   vbase11_x ();