Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash35.C
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" }