brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 99591d3 Raw
8 lines · c
1@protocol UpwardProto;2@class UpwardClass;3 4@interface PerfectlyNormalClass5@end6 7void doImplementationThings(UpwardClass *first, id <UpwardProto> second) __attribute((unavailable));8