Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
DebugSubmoduleB.h
1
struct B {
2
int b;
3
};
4