llvm/clang/test/Modules/Inputs/class-extension/a-private.h

#import "a.h"
#import "a-proto.h"

@interface A () <AProto>
@end