mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 15:26:07 +00:00
New testcase, distilled from 'screen' by Misha
llvm-svn: 7984
This commit is contained in:
parent
6c9f00c920
commit
d775249c76
6
test/Regression/CFrontend/2003-08-20-BadBitfieldRef.c
Normal file
6
test/Regression/CFrontend/2003-08-20-BadBitfieldRef.c
Normal file
@ -0,0 +1,6 @@
|
||||
void foo()
|
||||
{
|
||||
char *ap;
|
||||
ap[1] == '-' && ap[2] == 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user