Clang Project

clang_source_code/test/Modules/Inputs/objc-category-2/Base.h
1@interface DVTSourceModel // expected-error {{duplicate interface definition for class}} \
2                          // expected-note {{previous definition is here}}
3@end
4