Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
objc-method-redecl.h
1
@interface T
2
- (void)test;
3
- (void)test;
4
@end
5