(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
conflict-markers-4.c
       1  /* Ensure we can handle mismatched conflict markers.  */
       2  
       3  int p;
       4  
       5  >>>>>>> Some commit message  /* { dg-error "conflict marker" } */
       6  
       7  int q;
       8  
       9  >>>>>>> Some other commit message  /* { dg-error "conflict marker" } */
      10  
      11  int r;