Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
1621e75dc4049e7b82bf81f4eb739a99f91bd3d8
/
.
/
test
/
CodeGenObjC
/
2008-10-23-invalid-icmp.m
blob: ce01bdb489abdf7f846163a812f3c089f44a5fb2 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm -o %t %s
@protocol
P
@end
int
f0
(
id
<
P
>
d
)
{
return
(
d
!=
((
void
*)
0
));
}