new testcase

llvm-svn: 38889
This commit is contained in:
Chris Lattner 2006-08-12 18:40:31 +00:00
parent 9fab3b9486
commit 3b51ddf438
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ int a, ***C, * const D, b(int);
int *A;
int test2(int *P, int A) {
// Hard case.
int Array[*(int*)P+A];
}