new testcase, distilled by Brian

llvm-svn: 8914
This commit is contained in:
Chris Lattner 2003-10-07 02:57:51 +00:00
parent 0cedb1f742
commit acf02441dd
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
extern int A[10];
void Func(int *B) {
B - &A[5];
}