Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
MethodPoolASub2.h
1
@interface A (Sub2)
2
- (char*)method4;
3
@end
4