(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
conflict-markers-7.c
       1  /* It's valid to stringize the "<<<<<<<"; don't
       2     report it as a conflict marker.  */
       3  #define str(s) #s
       4  const char *s = str(
       5  <<<<<<<
       6  );