1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/Regression/CFrontend/2003-08-20-BadBitfieldRef.c

7 lines
58 B
C
Raw Normal View History

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