blob: ce2c2adeb689259cbb1988d0a97dc714a165bbea [file] [log] [blame]
int foo(int *A, unsigned X) {
return A[X];
}