blob: 5a4002e0f8a443470577c396649603ff67d15c1b [file] [log] [blame]
// PR c++/71465
struct A { virtual void foo () {} };
struct B : virtual A {};
struct C : virtual A {};
struct D : C, B, C {}; // { dg-error "duplicate base type" }