[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / private / public2.h
blob03d0a858e10e3fc9e99798f2b5b15f7a7632cf4e
1 #ifndef PUBLIC2_H
2 #define PUBLIC2_H
4 #include "private2.h"
6 struct use_this2 { struct mitts_off2 field; };
7 struct use_this2 public_variable2;
9 #endif