Sign in
cobalt
/
cobalt
/
0c2b1d4428f8ae16220e86a16bebd07ff691a412
/
.
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGenObjC
/
undefined-protocol.m
blob: 78cf8da336c3337072ede0d20518b5c1a384ef3b [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm-only -fobjc-runtime=gcc %s
// PR13820
// REQUIRES: LP64
@protocol
MadeUpProtocol
;
@interface
Object
<
MadeUpProtocol
>
@end
@implementation
Object
@end