(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
conflict-markers-9.c
       1  /* It's valid to have
       2  <<<<<<<
       3     inside both
       4     comments (as above), and within string literals.  */
       5  const char *s = "\
       6  <<<<<<<";
       7  
       8  /* The above shouldn't be reported as errors.  */