[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / lookup-assert-protocol / Derive.h
blobfdcde6158a7c31803b8c477a0d50caf49eb45c58
1 #include "Base.h"
2 @protocol DerivedProtocol<BaseProtocol>
3 - (void) test2;
4 @end