Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git] / clang / test / Index / targeted-cursor.m.h
blob735c7bd08f264ac307717a4a8775b04f05dd0fd1
2 @interface I
4 -(void)mm:(void (^)(I*))block;
5 -(void)mm2:(I*)i;
7 @end