[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / PR28332 / a.h
blob1dc96c80fcd68f90fcf5170e089967e2b51dd0c3
1 #include "b.h"
3 class A {
4 SmallVector<char, 8> LegalIntWidths;
5 A() {}
6 };
8 #include "c.h"