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