OSDN Git Service

Addition of a whole slew of "eb" test cases generated from the egcs-bugs
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb56.C
1
2 // Error: Internal compiler error on 1998/05/28 snapshot.
3
4         class foo {
5                 typedef int sometype;
6         };
7
8         struct die : public foo::sometype {
9         };