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