summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/parse/crash35.C
blob: 4937cdc66e72e57b573fbc12879124efd23afb8f (plain)
1
2
3
4
5
6
7
/* This used to ICE. */
/* { dg-do compile } */

struct a {};

class foo : public a, a
{ /* { dg-error "duplicate base type|at end of input" } */