Small ChangeLog tweak.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.abi / vtable3a.C
blobd2eaa562ddbf866f4d553a862aff304d593e7d7e
1 // { dg-do run  }
2 // { dg-additional-files "vtable3.h" }
4 // Copyright (C) 2000, 2003 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>
7 // Check constructor vtables work.
9 #define A_EMPTY
10 #define B1_EMPTY
11 #define B2_EMPTY
12 #define C_EMPTY
13 #define C_PARENTS B1, B2
15 #include "vtable3.h"
18   A = { vptr }
19   B1, B2 = { A }
20   C = { B1, B2 }
21   D = { C }
22   D1 = {
23  */