brintos

brintos / llvm-project-archived public Read only

0
0
Text · 106 B · b9add6c Raw
6 lines · c
1// RUN: %clang_cc1  %s -emit-llvm -o - | grep getelementptr2 3int *test(int *X, int Y) {4  return X + Y;5}6