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
2003-08-20 16:13:10 +00:00

7 lines
58 B
C

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