brintos

brintos / llvm-project-archived public Read only

0
0
Text · 140 B · b6d61a7 Raw
7 lines · c
1// RUN: %clang_cc1 -emit-llvm %s -o - | grep noalias2 3void foo(int * __restrict myptr1, int * myptr2) {4  myptr1[0] = 0;5  myptr2[0] = 0;6}7