llvm-for-llvmta/tools/clang/test/CodeGenObjC/2008-10-23-invalid-icmp.m

8 lines
107 B
Mathematica
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 -emit-llvm -o %t %s
@protocol P @end
int f0(id<P> d) {
return (d != ((void*) 0));
}