1/* PR middle-end/40291 */
2
3int
4foo (void *x, char *y, unsigned long long z)
5{
6  return memcmp (x, y, z);
7}
8