mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-13 15:37:24 +00:00
New testcase, distilled from 'screen' by Misha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b517a4654
commit
a1a7935d68
6
test/CFrontend/2003-08-20-BadBitfieldRef.c
Normal file
6
test/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