forked from OSchip/llvm-project
7 lines
80 B
C
7 lines
80 B
C
|
// Header for PCH test cxx-friends.cpp
|
||
|
|
||
|
class A {
|
||
|
int x;
|
||
|
friend class F;
|
||
|
};
|