[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Import / objc-definitions-in-expression / Inputs / S.m
blobcf8ffaa602a891af338092dc1857f157cd0027e6
1 @interface C {
3 -(int)m;
4 @end