Clang Project

clang_source_code/test/Modules/Inputs/DebugInfoNamespace/B.h
1namespace N {
2  struct B {};
3}
4