Clang Project

clang_source_code/test/Modules/Inputs/cxx-lookup/na.h
1namespace N { struct S { friend struct foo; }; }
2