hanchenye-llvm-project/clang/test/PCH/cxx-friends.h

7 lines
80 B
C++

// Header for PCH test cxx-friends.cpp
class A {
int x;
friend class F;
};