[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / objc-category-3 / Category.h
blob7cde9fb64cc7d6900a450250640284db3180f0ec
1 #include "Base.h"
2 @interface DVTSourceModel(Additions)
3 - (int)test:(int)item;
4 @end