blob: 7d1ba6e90fe43ef66b383592150359a538fc33f2 [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
int foo(int *A, unsigned X) {
return A[X];
}