[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / objc-category-2 / Base.h
blob9bd8b17a87e6b2d2373961fca318bf40e51b64b1
1 @interface DVTSourceModel // expected-error {{duplicate interface definition for class}} \
2 // expected-note {{previous definition is here}}
3 @end