1 /* It's valid to stringize the "<<<<<<<"; don't
2    report it as a conflict marker.  */
3 #define str(s) #s
4 const char *s = str(
5 <<<<<<<
6 );
7