OpenGrok
Cross Reference: cxx-friends.h
xref
: /
external
/
clang
/
test
/
PCH
/
cxx-friends.h
Home
|
History
|
Annotate
|
Download
|
only in
PCH
1
// Header for PCH test
cxx-friends.cpp
2
3
class
A {
4
int
x;
5
friend
class
F;
6
};
7