summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/conflict-markers-7.c
blob: e68f84db3c11aaaf82282e6999e937e645a304ff (plain)
1
2
3
4
5
6
/* It's valid to stringize the "<<<<<<<"; don't
   report it as a conflict marker.  */
#define str(s) #s
const char *s = str(
<<<<<<<
);