summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR27513/a.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/PR27513/a.h')
-rw-r--r--clang/test/Modules/Inputs/PR27513/a.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR27513/a.h b/clang/test/Modules/Inputs/PR27513/a.h
new file mode 100644
index 00000000000..7eecbf4773d
--- /dev/null
+++ b/clang/test/Modules/Inputs/PR27513/a.h
@@ -0,0 +1,5 @@
+#include "b.h"
+
+inline void f() { basic_string<char> s; }
+
+#include "c.h"
OpenPOWER on IntegriCloud