Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
class-extension
/
a.h
1
@interface NSObject
2
@end
3
4
@interface A : NSObject
5
@end
6