xref: /llvm-project/clang-tools-extra/test/modularize/Inputs/HeaderGuardSub1.h (revision 922734c661c355f194c0fe3d001c3601dac91335)
1428ad106SJohn Thompson #ifndef _HEADERGUARDSUB1_H_
2428ad106SJohn Thompson #define _HEADERGUARDSUB1_H_
3428ad106SJohn Thompson #include "HeaderGuardSubSub.h"
4*922734c6SJohn Thompson #include "HeaderGuardSubSubDefined.h"
5d2a06002SJohn Thompson #endif // _HEADERGUARDSUB1_H_
6