eb56.C   [plain text]


// Error: Internal compiler error on 1998/05/28 snapshot.
// Build don't link:

class foo {
  public:
  typedef int sometype;
};

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