brintos

brintos / llvm-project-archived public Read only

0
0
Text · 79 B · fdcde61 Raw
5 lines · c
1#include "Base.h"2@protocol DerivedProtocol<BaseProtocol>3- (void) test2;4@end5