Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
DebugSubmoduleA.h
1
struct A {
2
int a;
3
};
4