Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
lookup-assert-protocol
/
Base.h
1
@protocol BaseProtocol
2
- (void) test;
3
@end
4