Clang Project

clang_source_code/test/Modules/Inputs/redecl_namespaces_right.h
1namespace A {
2  int j;
3}
4