OSDN Git Service

a3a2cbcb5a9ba302ee281af23ee1b10e76f753e3
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.abi / vtable3d.C
1 // Copyright (C) 2000 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>
3
4 // Check constructor vtables work.
5
6 #define A_EMPTY
7 #define B1_EMPTY
8 #define C_EMPTY
9 #define C_PARENTS B1, B2
10
11 #include "vtable3.h"