brintos

brintos / llvm-project-archived public Read only

0
0
Text · 150 B · d0703ef Raw
8 lines · c
1/* RUN: %clang_cc1  %s -emit-llvm -o - | grep -v alloca | not grep bitcast2 */3 4void test(int* array, long long N) {5    array[N] = N[array] = 33;6}7 8