llvm-6502/test/CFrontend/2003-08-20-BadBitfieldRef.c
2003-08-20 16:13:10 +00:00

7 lines
58 B
C

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