Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
class-extension
/
a-private.h
1
#import "a.h"
2
#import "a-proto.h"
3
4
@interface A () <AProto>
5
@end
6