OSDN Git Service

PR c++/53549
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / parse / crash35.C
1 /* This used to ICE. */
2 /* { dg-do compile } */
3
4 struct a {};
5
6 class foo : public a, a         // { dg-error "duplicate base" }
7 { /* { dg-error "at end of input" } */