Mercurial > hg > CbC > GCC_original
view gcc/testsuite/c-c++-common/conflict-markers-9.c @ 19:2b5abeee2509 default tip
update gcc11
author | anatofuz |
---|---|
date | Mon, 25 May 2020 07:50:57 +0900 |
parents | 04ced10e8804 |
children |
line wrap: on
line source
/* 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. */