hanchenye-llvm-project/llvm/test/Regression/CFrontend/2002-09-08-PointerShifts.c

5 lines
47 B
C

int foo(int *A, unsigned X) {
return A[X];
}