unplugged-vendor/external/llvm-project/clang/test/Modules/Inputs/class-extension/a-private.h

6 lines
65 B
C
Raw Normal View History

#import "a.h"
#import "a-proto.h"
@interface A () <AProto>
@end