[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / PCH / objc_boxable_record.h
blobdb2a3a8fc5615f33c815e21e402caf9722398068
1 // used with objc_boxable.m test
2 struct boxable {
3 int dummy;
4 };