[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / redecl-found-building-chains / b.h
blobf69dccb2a0f4ced1821b037992ed64ab087ed2f2
1 struct A; // ensure that loading b's canonical decl doesn't load the definition
2 struct A {};