/* RUN: %llvmgcc -xc %s -c -o - | dis | not grep cast */ void test(int* array, long long N) { array[N] = N[array] = 33; }