(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr45771.c
       1  static const int data[2048];
       2  
       3  void foo (void *ptr)
       4  {
       5    __builtin_memcmp (data, ptr, 1);
       6  }
       7