Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
MethodPoolString2.h
1
2
@interface S2
3
- (int)stringValue;
4
@end
5