aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb56.C
blob: 2d497f8b4e366ba36a98f1934ae324c45b141b9f (plain)
1
2
3
4
5
6
7
8
9
// Error: Internal compiler error on 1998/05/28 snapshot.
// Build don't link:

class foo {
        typedef int sometype;
};

struct die : public foo::sometype { // ERROR - invalid base type
};