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