blob: 2e32b0b119ffe711e3cd285937d016ad8969635e [file] [log] [blame]
// PR c++/90449
struct A { int a; };
struct B : A { };
struct C : B, A { }; // { dg-warning "direct base 'A' inaccessible in 'C' due to ambiguity" }