[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Modules / Inputs / typo.h
blob764c00b7c387f4347b93fe5a5a715b55ca64a6c8
1 @import Empty;
3 @interface NSString
4 + (id)alloc;
5 @end