aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/compat/break/vbase11_main.C
blob: 2ac59944992425dcdda87f8b13ce3ebb65b3d989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Test case from PR 7470, which was fixed in GCC 3.2 and breaks binary
// compatibility with earlier releases.
// Split into pieces for binary compatibility testing October 2002

#include "vbase11.h"

extern void vbase11_x (void);

int
main ()
{
  vbase11_x ();
}