summaryrefslogtreecommitdiff
path: root/test/FrontendC/2002-09-08-PointerShifts.c
blob: 86ff2f98afc4a2ca4eee51d597d0681af89a5796 (plain)
1
2
3
4
5
6
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null


int foo(int *A, unsigned X) {
  return A[X];
}