mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 13:33:26 +00:00
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:
parent
3c7eb1f2ea
commit
9042eaf803
@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
void test(int* array, long long N) {
|
||||
array[N] = 33;
|
||||
array[N] = N[array] = 33;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user