New testcase, distilled from 'screen' by Misha

llvm-svn: 7984
This commit is contained in:
Chris Lattner 2003-08-20 16:13:10 +00:00
parent 6c9f00c920
commit d775249c76

View File

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