This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
ed9309ef46
llvm-project
/
clang
/
test
/
CodeGenObjC
/
2008-10-23-invalid-icmp.m
8 lines
102 B
Objective-C
Raw
Blame
History
// RUN: clang -emit-llvm -o %t %s
@protocol
P
@end
int
f0
(
id
<
P
>
d
)
{
return
(
d
!
=
(
(
void
*
)
0
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink