modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr45771.c (about)

     1  static const int data[2048];
     2  
     3  void foo (void *ptr)
     4  {
     5    __builtin_memcmp (data, ptr, 1);
     6  }
     7