forked from OSchip/llvm-project
parent
9fab3b9486
commit
3b51ddf438
|
@ -16,3 +16,7 @@ int a, ***C, * const D, b(int);
|
||||||
|
|
||||||
int *A;
|
int *A;
|
||||||
|
|
||||||
|
int test2(int *P, int A) {
|
||||||
|
// Hard case.
|
||||||
|
int Array[*(int*)P+A];
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue