7 lines
100 B
C
7 lines
100 B
C
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
|
|
|
|
|
|
int foo(int *A, unsigned X) {
|
|
return A[X];
|
|
}
|