minix/external/bsd/llvm/dist/clang/test/Modules/Inputs/cxx-templates-b-impl.h

6 lines
100 B
C
Raw Normal View History

struct DefinedInBImpl {
void f();
struct Inner {};
friend void FoundByADL(DefinedInBImpl);
};