blob: f68f6d4e47080e54ec5932cd95c471a62e45e447 [file] [log] [blame]
// PR c++/90754 ICE in type lookup.
class A {
struct COMTypeInfo;
};
class B {
struct COMTypeInfo;
};
class C : A, B {
struct COMTypeInfo;
};