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