summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Modules/Inputs/stress1/merge_no_reexport.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/stress1/merge_no_reexport.h b/clang/test/Modules/Inputs/stress1/merge_no_reexport.h
new file mode 100644
index 00000000000..7912c72b3b0
--- /dev/null
+++ b/clang/test/Modules/Inputs/stress1/merge_no_reexport.h
@@ -0,0 +1,9 @@
+#ifndef STRESS1_MERGE_NO_REEXPORT_H
+#define STRESS1_MERGE_NO_REEXPORT_H
+
+#include "m00.h"
+#include "m01.h"
+#include "m02.h"
+#include "m03.h"
+
+#endif
OpenPOWER on IntegriCloud