freebsd-nq/test/CodeGenObjC/2008-10-23-invalid-icmp.m
2009-06-02 17:58:47 +00:00

8 lines
105 B
Objective-C

// RUN: clang-cc -emit-llvm -o %t %s
@protocol P @end
int f0(id<P> d) {
return (d != ((void*) 0));
}