(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
pr90754.C
// PR c++/90754 ICE in type lookup.

class A {
  struct COMTypeInfo;
};
class B {
  struct COMTypeInfo;
};
class C : A, B {
  struct COMTypeInfo;
};