Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
lookup-assert-protocol
/
Derive.h
1
#include "Base.h"
2
@protocol DerivedProtocol<BaseProtocol>
3
- (void) test2;
4
@end
5