summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/PR28332/TextualInclude.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/PR28332/TextualInclude.h')
-rw-r--r--clang/test/Modules/Inputs/PR28332/TextualInclude.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/PR28332/TextualInclude.h b/clang/test/Modules/Inputs/PR28332/TextualInclude.h
new file mode 100644
index 00000000000..e4d2580230f
--- /dev/null
+++ b/clang/test/Modules/Inputs/PR28332/TextualInclude.h
@@ -0,0 +1,7 @@
+#ifndef LLVM_ADT_SMALLVECTORIMPL_H
+#define LLVM_ADT_SMALLVECTORIMPL_H
+class SmallVectorImpl {
+public:
+ ~SmallVectorImpl();
+};
+#endif \ No newline at end of file
OpenPOWER on IntegriCloud