allwinner_a64/android/external/clang/test/CodeGenObjC/2008-10-23-invalid-icmp.m
2018-08-08 16:14:42 +08:00

7 lines
107 B
Objective-C

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