FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.abi / vtable3f.C
blob8af79db8662e23aa5b6fbfd83ea2cd27c615f1ca
1 // Copyright (C) 2000 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>
4 // Check constructor vtables work.
5 // Additional files: vtable3.h
7 #define A_EMPTY
8 #define B1_EMPTY
9 #define B2_EMPTY
10 #define C_EMPTY
11 #define C_PARENTS B1, virtual B2
13 #include "vtable3.h"