xref: /llvm-project/clang/test/Modules/Inputs/merge-decl-context/c.h (revision 8cebe37fe9e1f56deb7e47f5aefa647960cdd840)
1 #ifndef C_H
2 #define C_H
3 
4 #include "a.h"
5 #include "b.h"
6 
7 #endif
8