Clang Project

clang_source_code/test/Modules/Inputs/MethodPoolString1.h
1
2@interface S1
3- (int)stringValue;
4@end
5