llvm/clang/test/Modules/Inputs/objc-category/Category.h

#include "Base.h"
@interface DVTSourceModel(Additions)
- (int)test:(int)item;
@end