xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/vtable3d.C (revision 17a112bd59747bfb66e590043e396243e62fbb58)
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 // Additional files: vtable3.h
6 
7 #define A_EMPTY
8 #define B1_EMPTY
9 #define C_EMPTY
10 #define C_PARENTS B1, B2
11 
12 #include "vtable3.h"
13