Make testcase more interesting

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7976 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-08-19 21:57:23 +00:00
parent 3c7eb1f2ea
commit 9042eaf803

View File

@ -2,6 +2,6 @@
*/
void test(int* array, long long N) {
array[N] = 33;
array[N] = N[array] = 33;
}