xref: /llvm-project/clang/test/APINotes/Inputs/Frameworks/LayeredKitImpl.framework/Headers/LayeredKitImpl.h (revision 932949dbb517b089af28fdc480a16a738ee5db78)
1 @protocol UpwardProto;
2 @class UpwardClass;
3 
4 @interface PerfectlyNormalClass
5 @end
6 
7 void doImplementationThings(UpwardClass *first, id <UpwardProto> second) __attribute((unavailable));
8