(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr40291.c
       1  /* PR middle-end/40291 */
       2  
       3  int
       4  foo (void *x, char *y, unsigned long long z)
       5  {
       6    return memcmp (x, y, z);
       7  }