Skip to content

Commit

Permalink
Make testcase more interesting
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7976 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 19, 2003
1 parent 3c7eb1f commit 9042eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
*/

void test(int* array, long long N) {
array[N] = 33;
array[N] = N[array] = 33;
}

0 comments on commit 9042eaf

Please sign in to comment.