aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/no-module-map/b.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/no-module-map/b.h')
-rw-r--r--test/Modules/Inputs/no-module-map/b.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/no-module-map/b.h b/test/Modules/Inputs/no-module-map/b.h
new file mode 100644
index 000000000000..d3fbc8b3ad59
--- /dev/null
+++ b/test/Modules/Inputs/no-module-map/b.h
@@ -0,0 +1,5 @@
+#ifndef B_H
+#define B_H
+#include "a.h"
+void b();
+#endif