mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-06 20:27:42 +00:00
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];
|
|
}
|