llvm-project/clang/test/Modules/Inputs/cxx-templates-b-impl.h

6 lines
100 B
C

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