2002-09-08-PointerShifts.c   [plain text]


// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null


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