Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
pr90754.C
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
;
};