OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.abi / vtable3j.C
1 // { dg-do run  }
2 // { dg-gpp-additional-files "vtable3.h" }
3
4 // Copyright (C) 2000, 2003 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>
6
7 // Check constructor vtables work.
8
9 #define B1_EMPTY
10 #define B2_EMPTY
11 #define C_EMPTY
12 #define C_PARENTS virtual B1, virtual B2
13
14 #include "vtable3.h"