Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
CodeGenObjC
/
2008-10-23-invalid-icmp.m
blob: 2c58b921767513693f431dd60f4f289227da43e2 [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -emit-llvm -o %t %s
Daniel Dunbar
c6cb77f
2008-10-23 23:30:52 +0000
[
diff
] [
blame
]
2
3
@protocol
P
@end
4
5
int
f0
(
id
<
P
>
d
)
{
6
return
(
d
!=
((
void
*)
0
));
7
}