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