Clang Project

clang_source_code/test/Modules/Inputs/deferred-lookup/a.h
1namespace N { int f(int); }
2