Clang Project

clang_source_code/test/Modules/Inputs/lookup-assert/Base.h
1@interface BaseInterface
2- (void) test;
3@end
4