2003-08-20-BadBitfieldRef.c   [plain text]


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

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