blob: 7d1ba6e90fe43ef66b383592150359a538fc33f2 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
4int foo(int *A, unsigned X) {
5 return A[X];
6}