1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null 2 3 4 int foo(int *A, unsigned X) { 5 return A[X]; 6 } 7