[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / anon-redecl / b.h
blob23ea804a2459cb353c124032aa3a374a6f3ad659
1 struct X { union { int n; }; };
2 inline int b(X x) { return x.n; }