Add file missed from r244409.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 9 Aug 2015 01:50:14 +0000 (01:50 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 9 Aug 2015 01:50:14 +0000 (01:50 +0000)
llvm-svn: 244410

clang/test/Modules/Inputs/stress1/merge_no_reexport.h [new file with mode: 0644]

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 (file)
index 0000000..7912c72
--- /dev/null
@@ -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