blob: 161edad32a2a790254ef3028422a57d2e45b1d93 [file] [log] [blame]
/* This used to ICE. */
/* { dg-do compile } */
struct a {};
class foo : public a, a // { dg-error "duplicate base" }
{ /* { dg-error "at end of input" } */