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.  */
9