llvm/clang/test/Modules/Inputs/lookup-assert/Base.h

@interface BaseInterface
- (void) test;
@end