Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
4411d2e674b0119f682ac472c3a377f14fa9fa30
/
.
/
test
/
CodeGenObjC
/
undefined-protocol.m
blob: 7fe0790032aa3ccbf5adabfa699e0ec59b835378 [
file
] [
log
] [
blame
]
David Chisnall
11e6b0a
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