repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
conflict-markers-3.c
blob
f149ecccb417759001636f9259be18270b899b30
1
/* Ensure we can handle unterminated conflict markers. */
2
3
int
p
;
4
5
<<<<<<<
HEAD
/* { dg-error "conflict marker" } */
6
7
int
q
;
8
9
<<<<<<<
HEAD
/* { dg-error "conflict marker" } */
10
11
int
r
;