C++程序  |  9行  |  106 B

// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null

void foo()
{
  char *ap;
  ap[1] == '-' && ap[2] == 0;
}