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