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