Clang Project

clang_source_code/test/Modules/Inputs/typo.h
1@import Empty;
2
3@interface NSString
4+ (id)alloc;
5@end
6
7