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