[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / class-extension / a-private.h
blobe35402ac18ad5b1bf34aa47e90c9ff65e631b91e
1 #import "a.h"
2 #import "a-proto.h"
4 @interface A () <AProto>
5 @end