[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / cxx20 / unimported.h
blob226b087c0848c1f7ab0b411c038b3ebf2cb7eb34
1 namespace StructuredBinding {
2 struct Q { int p, q; };
3 static auto [a, b] = Q();