brintos

brintos / llvm-project-archived public Read only

0
0
Text · 107 B · ce01bdb Raw
8 lines · plain
1// RUN: %clang_cc1 -emit-llvm -o %t %s2 3@protocol P @end4 5int f0(id<P> d) {6  return (d != ((void*) 0));7}8