[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / DebugSubmoduleB.h
blobb06ae6a230d828b66210a839ff7ee3e107cef723
1 struct B {
2 int b;
3 };