xref: /llvm-project/clang/test/Modules/Inputs/stress1/merge_no_reexport.h (revision d9a0e64f66760ef146f97a4c2208e7a187d9a00e)
1 #ifndef STRESS1_MERGE_NO_REEXPORT_H
2 #define STRESS1_MERGE_NO_REEXPORT_H
3 
4 #include "m00.h"
5 #include "m01.h"
6 #include "m02.h"
7 #include "m03.h"
8 
9 #endif
10