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:
Chris Lattner 2003-08-20 16:13:10 +00:00
parent 4b517a4654
commit a1a7935d68

View File

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