blob: 51e66c9b83952404694e9b94b3bfad527588cb7d [file] [log] [blame]
/* RUN: %llvmgcc -xc %s -S -o - | grep -v alloca | not grep bitcast
*/
void test(int* array, long long N) {
array[N] = N[array] = 33;
}