blob: 99290b857209f0dea75a2bd874b5f8b171c68444 [file] [log] [blame]
// { dg-options "-Wabi" }
struct E1 {};
struct E2 : public E1 {}; // { dg-warning "layout" }
struct E : public E1, public E2 {}; // { dg-warning "layout|ambiguity" }
struct N : public E { virtual void f () {} }; // { dg-warning "nearly" }