PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / c-c++-common / conflict-markers-7.c
blobe68f84db3c11aaaf82282e6999e937e645a304ff
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 );