Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
27033c9171d0549db8829149b4da90d574de8a9f
/
.
/
clang
/
test
/
CodeGenObjC
/
undefined-protocol.m
blob: 7fe0790032aa3ccbf5adabfa699e0ec59b835378 [
file
] [
log
] [
blame
]
David Chisnall
27033c9
2009-11-22 17:42:02 +0000
[
diff
] [
blame^
]
1
// RUN: clang-cc -emit-llvm-only -fgnu-runtime %s
2
3
@protocol
MadeUpProtocol
;
4
5
@interface
Object
<
MadeUpProtocol
>
@end
6
@implementation
Object
@end