blob: 4473bfe6e10fd1bb92cdba129053f91a8857dc23 [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;
}