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