Clang Project

clang_source_code/test/Modules/Inputs/bad-private-include/Bad.framework/PrivateHeaders/Shared.h
1struct SomeDecl {
2  int x;
3};
4