blob: 5c1e66394be2b4ba9dbe695536f222fa5146baef [file] [log] [blame]
/* It's valid to have
<<<<<<<
inside both
comments (as above), and within string literals. */
const char *s = "\
<<<<<<<";
/* The above shouldn't be reported as errors. */