[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / lookup-assert-protocol / Base.h
blob5c9506fa5cd3b5f00a228203d3021a02e549f433
1 @protocol BaseProtocol
2 - (void) test;
3 @end