svoid test_timSortIntArray_allSizes() { for n to 100000: { ping(); print(n); test_timSortIntArray(n); } }