netbsd/external/bsd/llvm/dist/clang/test/Modules/Inputs/cxx-templates-b-impl.h
2014-01-15 10:53:42 +01:00

6 lines
100 B
C

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