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