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