blob: cc7e91a7f9a8c8bc6c8a725f21f53d57b35ba92a [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
int foo(int *A, unsigned X) {
return A[X];
}