repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
CodeGenObjC
/
2008-10-23-invalid-icmp.m
blob
ce01bdb489abdf7f846163a812f3c089f44a5fb2
1
// RUN: %clang_cc1 -emit-llvm -o %t %s
2
3
@protocol P @end
4
5
int f0(id<P> d) {
6
return (d != ((void*) 0));
7
}