Files
llvm-project/clang/test/Modules/Inputs/MethodPoolASub2.h
Douglas Gregor 7861dc7991 Add missing header from r174648
llvm-svn: 174649
2013-02-07 19:15:44 +00:00

4 lines
43 B
Objective-C

@interface A (Sub2)
- (char*)method4;
@end