Clang Project

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