[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / PCH / cxx-friends.h
blob2a33f15a53298d031587184470316c95fc1fc91b
1 // Header for PCH test cxx-friends.cpp
3 class A {
4 int x;
5 friend class F;
6 };