diff options
Diffstat (limited to 'clang/test/Modules/Inputs/PR28332/TextualInclude.h')
-rw-r--r-- | clang/test/Modules/Inputs/PR28332/TextualInclude.h | 7 |
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 |