[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / PR28332 / TextualInclude.h
blobe4d2580230fe8981e99ea39e3d6e968cd7c5a0aa
1 #ifndef LLVM_ADT_SMALLVECTORIMPL_H
2 #define LLVM_ADT_SMALLVECTORIMPL_H
3 class SmallVectorImpl {
4 public:
5 ~SmallVectorImpl();
6 };
7 #endif