OpenGrok
Cross Reference: pr27445.h
xref
: /
external
/
clang
/
test
/
PCH
/
Inputs
/
pr27445.h
Home
|
History
|
Annotate
|
Download
|
only in
Inputs
1
struct
Info
{
2
virtual
~
Info
();
3
void
hash
() {}
4
};
5